When dom0 fails to balloon enough memory to allow a new domain to start,
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Sat, 1 Apr 2006 09:52:47 +0000 (10:52 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Sat, 1 Apr 2006 09:52:47 +0000 (10:52 +0100)
commitd057bf8506f83d7648754b4fc6844a78710f2b98
tree55b3f1252c31d3f2405876460eaf0b54a0025c84
parent840ac8df5ad05ef8472daa6692676d363edbc2a2
When dom0 fails to balloon enough memory to allow a new domain to start,
an exception is thrown.  The test that decides which exception to throw
is backwards, resulting in strange error messages.  The attached patch
fixes the problem.

Signed-off-by: Charles Coffing <ccoffing@novell.com>
tools/python/xen/xend/balloon.py